┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/pie/vendor/illuminate/contracts/View
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: View.php
<?php namespace Illuminate\Contracts\View; use Illuminate\Contracts\Support\Renderable; interface View extends Renderable { /** * Get the name of the view. * * @return string */ public function name(); /** * Add a piece of data to the view. * * @param string|array $key * @param mixed $value * @return $this */ public function with($key, $value = null); /** * Get the array of view data. * * @return array */ public function getData(); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Engine.php
PHP
265 B
2025-03-24 11:47
EDIT
📄 Factory.php
PHP
1.9 KB
2025-03-24 11:47
EDIT
📄 View.php
PHP
541 B
2025-03-24 11:47
EDIT
📄 ViewCompilationException.php
PHP
121 B
2025-03-24 11:47
EDIT